home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / mac / Time Warp / Time Warp.DXR / Shared_42.ls < prev    next >
Encoding:
Text File  |  1997-05-23  |  445 b   |  17 lines

  1. on movieStart movie
  2.   global end
  3.   if the directToStage of cast movie = 0 then
  4.     set the directToStage of cast movie to 1
  5.   end if
  6.   if the controller of cast movie = 1 then
  7.     set the controller of cast movie to 0
  8.   end if
  9.   if the sound of cast movie <> 1 then
  10.     set the sound of cast movie to 1
  11.   end if
  12.   set end to the duration of cast movie
  13.   if the movieRate of sprite 5 <> 1 then
  14.     set the movieRate of sprite 5 to 1
  15.   end if
  16. end
  17.